internal/runtime/maps.table.uncheckedPutSlot (method)

4 uses

	internal/runtime/maps (current package)
		map.go#L625: 		tab.uncheckedPutSlot(typ, hash, key, elem)
		table.go#L376: func (t *table) uncheckedPutSlot(typ *abi.SwissMapType, hash uintptr, key, elem unsafe.Pointer) {
		table.go#L1079: 			newTable.uncheckedPutSlot(typ, hash, key, elem)
		table.go#L1115: 				newTable.uncheckedPutSlot(typ, hash, key, elem)